GtkFileChooserDefault: Remove unused struct field
authorVolker Sobek <reklov@live.com>
Wed, 11 Dec 2013 23:34:42 +0000 (00:34 +0100)
committerVolker Sobek <reklov@live.com>
Thu, 12 Dec 2013 00:33:37 +0000 (01:33 +0100)
The field changing_folder is no longer used anywhere.

https://bugzilla.gnome.org/show_bug.cgi?id=720293

gtk/gtkfilechooserdefault.c

index 6ec75a2fdf599fc3241d290c124514c70c598538..811d9389a39e77aa282812a8434ea4be32cdcab4 100644 (file)
@@ -303,7 +303,6 @@ typedef struct {
   guint sort_directories_first : 1;
   guint do_overwrite_confirmation : 1;
   guint list_sort_ascending : 1;
-  guint changing_folder : 1;
   guint shortcuts_current_folder_active : 1;
   guint show_size_column : 1;
   guint create_folders : 1;